home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / frame_73 / DoAction.as
Text File  |  2003-11-17  |  115b  |  8 lines

  1. t = 0;
  2. while(21 >= t)
  3. {
  4.    setProperty("cartes.carte" + t + ".btncarte", _visible, true);
  5.    t++;
  6. }
  7. stop();
  8.